home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / FTP Server / FTP Serv-U.exe / VERSION.TXT < prev    next >
Encoding:
Text File  |  2000-12-04  |  38.0 KB  |  693 lines

  1. CHANGES SINCE VERSION 1.00
  2. ==========================
  3.  
  4. Version 2.5i Released 4 December 2000
  5. -------------------------------------
  6. * Changed default for LIST to show all files (ie. '-a' option of 'ls').
  7. * Fixed bug allowing unauthorized access using paths like "\..%20.".
  8.  
  9. Version 2.5h Released 3 November 2000
  10. -------------------------------------
  11. * Limited no. of login attempts for account changes after a successful login.
  12. * Fixed bug in NLST causing it to only show files regardless of command line.
  13.  
  14. Version 2.5g Released 30 October 2000
  15. -------------------------------------
  16. * Fixed bug which sometimes caused stuck connections to stay after their time-out.
  17. * Fixed bug in log message in case client is kicked off by sysop or server.
  18. * Fixed bug in transfer count in case of tranfers ending in error.
  19. * Now flushing dir listing cache when using "ReloadSettings=TRUE" in .ini file.
  20. * Changed server-to-stack transfer buffer back from 8192 to 4096 bytes.
  21. * Changed REST command to allow PORT and PASV without canceling the restart.
  22. * Fixed bug causing premature time-out when anti-time-out is enabled.
  23. * Fixed bug handling Telnet command sequences.
  24. * Changed NLST command to only show files (no more dirs).
  25. * Added 'e' option to the 'ls' dir listing emulation, for files-only.
  26. * Changed MDTM to not allow future date/times.
  27.  
  28. Version 2.5f Released 1 August 2000
  29. -----------------------------------
  30. * Changed event hook handling to allow file/path changes.
  31. * Changed server-to-stack transfer buffer from 4096 to 8192 bytes.
  32. * Fixed bug causing crashes when rapidly receiving large amounts of bogus commands.
  33.  
  34. Version 2.5e Released 24 March 2000
  35. -----------------------------------
  36. * Fixed handling of Windows' shortcuts that point to mapped drives.
  37. * Changed quota handling to allow a maximum of around 4000000000 Gb.
  38. * Fixed bug in use of multiple backslashes in paths.
  39.  
  40. Version 2.5d Released 14 February 2000
  41. --------------------------------------
  42. * Fixed bug introduced in v2.5c causing inability to rename directories.
  43.  
  44. Version 2.5c Released 8 February 2000
  45. -------------------------------------
  46. * Fixed bug causing ill-formed Windows' links (shortcuts) to crash the server.
  47. * Fixed bug using ports in certain commands which caused server to hang.
  48. * Fixed problem in dealing with characters values over hex F0 in paths.
  49. * Fixed handling of UNC paths, was fixed in v2.5a, broken again in v2.5b.
  50.  
  51. Version 2.5b Released 4 December 1999
  52. -------------------------------------
  53. * Added control of PacketTimeOut via .INI file.
  54. * Removed check for UNC paths, they are allowed now but (still) not supported.
  55. * Added support for HEX password strings with S/KEY.
  56. * Fixed bug in S/KEY causing it to store the wrong password after changing seed.
  57. * Fixed bug denying access when using wildcards in rules for a drive root.
  58. * Fixed bug in file transfer percentage of user info when file gets renamed.
  59. * Fixed bug causing alternate passive IP to be ignored.
  60. * Changed handling of passive mode transfers that never connect.
  61. * Fixed bug in SITE PSWD command causing server to crash with bogus input.
  62. * Changed default dir listing mask to 'rwxrwxrwx' to make AOL FTP clients happy.
  63. * Fixed bug causing crashes upon exit in NT.
  64. * Changed handling of uploads for UL/DL ratios to be less sensitive to abuse.
  65.  
  66. Version 2.5a Released 5 May 1999
  67. --------------------------------
  68. * Fixed bug in count of transferred bytes.
  69. * Fixed the "check for update" menu bitmap to equal that of FTP Voyager.
  70. * Fixed problem of showing Serv-U window from tray-icon in Win2000 or with IE5.
  71. * Fixed bug introduced in v2.5 causing crashes with long paths in FTP commands.
  72. * Fixed bug in handling links in root directories, sometimes caused server to hang.
  73. * Fixed bug which caused Windows shortcuts in root dir to fail as links.
  74. * Fixed bug which caused no tranferprogress to be sent during uploads.
  75. * Fixed label for SRVU_QuotaMax event during logging of DLL events.
  76. * Bitmap-enhanced menus are now disabled in NT3.51.
  77. * Added logging of speed and bytes tranferred for aborted transfers.
  78. * Added control over low-level socket options.  
  79.  
  80. Version 2.5 Released 14 April 1999
  81. ----------------------------------
  82. * Changed SITE INDEX command to be non-recursive, to solve crashes on Win98.
  83. * Added on-line help.
  84. * Fixed bug with user names containing '@'.
  85. * Added automatic update checking to the 'help' menu.
  86. * Added support for Win9x/NT .lnk 'links', they are now resolved like Serv-U links.
  87. * Changed user info mechanism to be vastly more efficient in CPU use.
  88. * Added support for home-IP specific sign-on and sign-off messages.
  89. * Added 'SRVU_SignOnMes' and 'SRVU_SignOffMes' access verification DLL events.
  90. * Added file/path info to the user information dialogbox.
  91. * Added percentage complete info for downloads to the user informatino dialogbox.
  92. * Added menu item to toggle between conventional/enhanced style menus, to make
  93.   screen readers work (they can't read bitmap menus).
  94. * Added server IP address(es) to "About" dialogbox
  95. * Added 'append' access right for users, to facilitate resuming of uploads.
  96. * Added 'SRVU_AppendFile' access verification DLL event for append access.
  97. * Added button to "Kill user" dialogbox to auto-calculate subnet mask.
  98. * Added keyboard shortcuts to menus.
  99. * Added anti-hammer measures.
  100. * Added menu item and button to suspend logging to screen.
  101. * Changed menu style in 32-bit to have images associated with them.
  102. * Changed 'resume' for uploads, now only requires write access if upload is resumed
  103.   within 12 hours.
  104. * If server is closed while maximized this is now properly restored on startup.
  105. * Maximum concurrent no. of logins from same IP is now configurable.
  106. * Password changes by the client are now logged.
  107. * S/KEY passwords can now also be changed remotely through SITE PSWD.
  108. * Logging of local IPs is now switched off by default, and part of the logging
  109.   setup.
  110. * Added log file rotation, on daily, weekly, monthly, or yearly basis.
  111. * Added logging of access DLL event info for debugging.
  112. * Added support for listening to home IP addresses only.
  113. * Fixed bug causing premature time-outs during file transfers.
  114. * Added EVNT_ProgUp and EVNT_ProgDown for event nofication DLL progress notification
  115.   during file uploads and downloads.
  116. * Added .ini file 'OpenFilesUploadMode' option to force server to open files
  117.   exclusively or shared during uploads (32-bit only).
  118. * Added .ini file 'DirListMask' option to select a dir listing access mask.
  119. * Default dir listing access mask is now "rwx------".
  120. * Added dynamic adaptation of packet time-out for uploads to a minimum of 1.5 minute
  121.   for fast consistent uploads. Helps free up files faster for resuming.
  122. * The user is now warned if a new user/group is entered which already exists.
  123. * Added .ini file 'ReloadSettings' entry to force the server to reload its settings.
  124. * Added dynamic caching of disk quota, making this much more efficient.
  125. * Added protection for starting Serv-U with a vastly wrong date, also fixed crashes
  126.   in case the date gets out-of-whack.
  127. * Fixed bugs in try-out mechanism, added use of TCP to reach permission server.
  128. * Fixed bug which denied access to ports, even if proper access rules were present.
  129. * Fixed bug causing Serv-U to slowly leak sockets.
  130. * Fixed bug in key entry mechanism when reading new style key (with "[BEGINKEY]" ...)
  131.   from KEY.TXT file.
  132. * Added SITE SET TRANSFERPROGRESS command, to inform client of the progress
  133.   of data transfers for server-to-server use.
  134.  
  135. Version 2.4a Released 23 September 1998
  136. ---------------------------------------
  137. * User/group setup now prompts if homedir does not exist and offers to create it.
  138. * Added "/s" option to start only a single instance of Serv-U.
  139. * Changed access rule interpretation mechanism.
  140. * Fixed bug in SITE INDEX command.
  141. * Changed path resolver to convert double backslashes to single ones.
  142. * In case the password type is changed the user is now prompted for a new password.
  143. * Fixed bug in link handling causing long dir listing delays in some cases.
  144. * Single dir/file names (with/without wildcards) are now allowed as access rules.
  145. * Added user interface to option for not logging connections from certain IPs.
  146. * Added tray icons to represent offline state, with a little help from John Hiemenz.
  147. * Changed on/offline mechanism to simulate going offline rather than destroying
  148.   its listening socket due to problems reliably reacquiring a new listening socket.
  149. * Added two access verification DLL events, SRVU_Connect and SRVU_Close, to
  150.   make it easier for DLLs to keep track of state for a user.
  151. * Added more appropriate local error message in case server can not open a
  152.   data connection to the client in active mode.
  153. * Changed share modes for files to upload/download to make opening files
  154.   which are in use more likely to succeed.
  155. * Added "%LoggedInAll" message directive for total no. of logged in users since
  156.   server start.
  157. * Added "%ServerAvg" message directive for average bandwidth use since server start.
  158. * Added "%ServerKBps" message directive for current server bandwidth use.
  159. * Fixed bug in access rule mechanism to allow access to a dir if it contains
  160.   files with access (while dir itself has no specified access).
  161. * Added more socket status info to WinSock activity logging.
  162. * Fixed bug in socket stack handling causing WSAENOTSOCK error messages.
  163. * Added user selectable log screen font to logging setup.
  164. * Fixed bug in handling single letter absolute dirs (eg. "/c") for relative paths.
  165. * Added support for S/KEY one-time passwords.
  166. * For external access verification DLLs the session ID is passed on now.
  167. * Added 'Flush cache' button to directory cache setup to flush the cache.
  168. * Fixed bug in directory changes to short-name (ie. DOS8.3 style) directories.
  169. * Added selection list of available IP homes to multi-homed IP setup.
  170. * Added button to disk quota setup to pre-set the current value.
  171. * Links pointing to a directory are no longer shown in the dir they point to.
  172. * Fixed bug in handling of wildcards in access rules.
  173. * Fixed bug in renaming an existing file.
  174. * Fixed tray-icon tooltip to read proper KBps.
  175. * Added support for descriptive names and passive mode address translation
  176.   to IP home setup and multi-homed IP handling.
  177.  
  178. Version 2.4 Released 20 July 1998
  179. ---------------------------------
  180. * Fixed host IP passed with SRVU_LogClientIP and SRVU_IPAccess events.
  181. * The original user name (in original case and length) is now passed as a
  182.   second parameter in the 'Aux' field for the SRVU_Password event.
  183. * Rename (RNTO) now renames over an existing file if needed.
  184. * STAT now shows ongoing transers with their progress.
  185. * HELP now shows the server type and version code in its last line.
  186. * Added browse buttons to various file selection items.
  187. * Added SITE ZONE command to report server timezone to client.
  188. * Added on/off-line menu item to tray icon menus.
  189. * Changed "About" dialogbox.
  190. * Added Web links from 'help' menu items.
  191. * Fixed rare bug that caused users to hang past their time-out.
  192. * Added small delay between last message from server and actual disconnect
  193.   so clients have a chance to display final message.
  194. * Fixed bug in path handling for single character paths.
  195. * Changed command reply to use 425 code in case the data connection fails.
  196. * Alternative settings file (like SERV-U.INI) is now accepted on the command line.
  197. * Fixed bug in event notification DLL mechanism, in case the server is suspended.
  198. * Event notification for EVNT_EndDown, EVNT_EndUp, EVNT_AbortDown, EVNT_AbortUp
  199.   now have transfer mode in 'AuxTwo'.
  200. * Added menu item 'file - on-line' to put server on/off-line.
  201. * Added CWD command to the event hooking mechanism.
  202. * To delete or rename a directory the user now needs access to that dir, and
  203.   not its parent (as used to be the case).
  204. * User time-out is now part of the individual user account setup.
  205. * Changed status bar style.
  206. * Changed CWD so it always returns the path with the actual capatilization.
  207. * Changed signon/signoff text handling so leading spaces are preserved.
  208. * Max. no. of users is now part of the individual user account setup.
  209. * The default user account "ALL" is now named "** Default **".
  210. * When first started a default user account is created with 45 min. time-out.
  211. * Added option to block anti-timeout schemes as employed by most FTP clients.
  212. * Added toolbar and menu items to show/hide toolbar.
  213. * Added hint text to menus.
  214. * Added a number of new message directives.
  215. * Made registration key entry more mutation-proof.
  216. * Added interface for dir listing cache setup in 'setup - server - dir cache'.
  217. * If user's homedir does not exist this is now logged.
  218. * Changed all file handling code in 32-bit version to use native Windows functions.
  219. * Increased listen backlog queue size to avoid "connection refused" messages.
  220. * Fixed bug in FTP reply which reports how much disk quota is left over.
  221. * Existance of an anonymous user account is now checked before determining if
  222.   there are too many anonymous users so the proper reply is sent to client.
  223. * Access rules now support wildcards.
  224. * Dir listings are now cached in 32-bit version.
  225. * Dir listing now supports most UNIX 'ls' options.
  226. * Dir listing now only shows files/dirs/links the user has access to.
  227. * Fixed a rare bug which would show only the first of a list of "links".
  228. * Changed socket stack handling to solve rare bug in 16-bit causing failed
  229.   transfers.
  230. * The command connection now uses "keep-alive" at the TCP level. This solves
  231.   time-out problems by certain proxy servers during lengthy data transfers.
  232. * Changed FTP command replies to be more like UNIX.
  233. * Drive letters can be without colon (':'), ie. "/c/" is equal to "/c:/",
  234.   "\c\", "c:" or "\c:\".
  235. * Added option to server setup to block "FTP_bounce" attacks
  236.   (CERT advisory CA-97.27), to limit PORT IP addresses to the client IP only.
  237. * Added SITE PSWD command to allow FTP clients to change their password.
  238. * Added support for the OPEN command. Has no functionality, for testing only.
  239. * A double-click on a user name in the user setup will now open the miscellaneous
  240.   menu for that user.
  241. * Fixed bug which caused Serv-U to show a window when started after it was
  242.   stopped while a tray-icon in Win95/NT4.
  243. * Extended support for leading '-' in passwords to suppress multi-line responses
  244.   to all user names (used to be only for Anonymous).
  245. * Added extension to MDTM for changing file date/time by the client.
  246. * Any path reference of "..." or more dots is now converted to the drive root.
  247. * Files/dirs with multiple consecutive dots embedded in the name are now
  248.   preserved correctly. Trailing dots are stripped.
  249. * Added 'copy' and 'paste' buttons to the 'about - register - enter
  250.   key' menu. Registration menu now stays visible also after registration.
  251. * Changed code to constrain users with relative paths to their homedir and
  252.   the subdirs of their homedir.
  253. * Fixed bug in "store unique" (STOU) command when used with (partial) path
  254.   names as an argument.
  255. * Changed time-out for command connection after it is initially set up.
  256.   Now 3 minutes for receiving a packet (was 5) and 5 minutes for sending.
  257. * Changed FTP reply messages for successful upload and download to be identical
  258.   to UNIX messages.
  259. * Fixed bug in recognizing the root directory of CD-ROMs under Win3.1.
  260.  
  261. Version 2.3b released 11 October 1997
  262. -------------------------------------
  263. * Changed the end-of-try-out-time message box to show the message came from
  264.   Serv-U.
  265. * Changed access verification DLL handling so event structure changes are
  266.   only considered if the DLL handled the event (Fixes a problem with Emerald).
  267. * Fixed bug in file transfer count displayed in the status bar.
  268. * Fixed bug in handling of suspended events (in case of an event hook DLL)
  269.   while there is an ongoing data transfer.
  270.  
  271. Version 2.3a released 7 October 1997
  272. ------------------------------------
  273. * Fixed bug in NLST and LIST commands (for dir listing) which prevented
  274.   the use of wildcards in dir listings.
  275.  
  276. Version 2.3 released 6 October 1997
  277. -----------------------------------
  278. * REST (=resume command) now supported for file uploads.
  279. * Added support for the SITE INDEX command (only in the 32-bit version)
  280.   as used by Fetch.
  281. * Fixed bug in total file transfers count as shown in the status bar.
  282. * Changed path parser to recognize all possible ports and isolate them.
  283. * Added 'Register' menu to the help section. This allows users to generate
  284.   a registration form on the fly and fill it out using NotePad.
  285. * Added new mechanism to enter a registration key into Serv-U, also added
  286.   support for a new key format.
  287. * Added new message directives to keep track of server stats: Total up-time,
  288.   total uploads and downloads (bytes/files), total users.
  289. * Changed internal string handling to improve performance.
  290. * The STOU (=STOre Unique) command now handles long file names in Win95 and NT.
  291. * Changed compilers from Borland C++ 4.52 to BC++ 5.02 for the 32-bit version.
  292.   This necessitated several code changes.
  293. * Changed code so the maximum path length for the 16-bit version is 80
  294.   characters. This is conform the Win16 maximum path length. Longer paths
  295.   caused crashes in Win16 functions.
  296. * Tray icon will now disappear by itself after exiting Serv-U.
  297. * Added "Notes" field to the user and group setup for notes about each user.
  298. * Logging to screen and file can now be separately specified.
  299. * The user info window can now be froozen for easier viewing.
  300. * The user info window can now be resized in height.
  301. * Passwords can now optionally be stored unencrypted. The default is that
  302.   they get encrypted.
  303. * The 'kill user' dialogbox now allows editing of the IP address.
  304. * Renaming/moving a dir now requires 'remove' access to the path being
  305.   removed, and 'make' access to the destination path.
  306. * The maximum transfer speed can now be set for each user via the 'setup -
  307.   users - miscellaneous' menu.
  308. * Partially uploaded files can be automatically deleted via a 'setup -
  309.   server' menu option.
  310. * In case a client closes the command connection while there are ongoing
  311.   transfers this is now properly logged and passed to the event notification
  312.   mechanism.
  313. * Files are now kept open during transfers. This means files being uploaded
  314.   show zero length during the upload.
  315. * The reply message after a dir listing or file transfer now shows the client
  316.   his/her ratio and quota status (if the client is using ratios and/or quota).
  317. * Added SITE command to the event hooking mechanism. Any SITE command can
  318.   now be intercepted by an event notification DLL.
  319. * Fixed bug in system tray menu (Win95) when Serv-U gets started automatically
  320.   after system startup.
  321. * The CWD ('change working directory') command no longer actually changes
  322.   the Serv-U task's current directory which caused locking of the dir in NT.
  323. * Added .ini file option to avoid logging of certain clients from IP numbers.
  324. * Closing Serv-U from the system menu (or the 'x' in Win95/NT4) now minimizes
  325.   the window in case there is a tray icon. Exit the server from the tray menu.
  326. * The string "%20" in paths is converted to " " (=space) to please MSIE.
  327. * There no longer is any 'hard' limit to the maximum number of IP homes.
  328. * Serv-U now shows all the IP addresses it listens on at startup.
  329. * Upon startup a file IPSERVU.TXT is created in the Serv-U program dir with
  330.   all the IP addresses it listens on. This file is updated every 5 minutes.
  331.   Through a .ini file option the interval and file name can be changed.
  332. * When restoring window from the tray-icon (Win95/NT4) the log will now scroll
  333.   to the end.
  334. * When running as a Win95 system service there is no longer a regular icon
  335.   if the user logs out and back into the system again.
  336. * External access verification DLLs now receive the SRVU_IPAccess event,
  337.   also when no IP access rules were present.
  338. * In case Serv-U is started for the first time, but with a KEY.TXT file
  339.   present it will no longer ask for the try-out option but read in the key.
  340. * Users with no password (ie. 'Password' entry in the .ini file explicitely
  341.   set to nothing) are logged in immidiately after the USER command.
  342. * Users can be given an empty password (ie. no password required when logging
  343.   in) by entering "<<None>>" in the password field of the user setup.
  344. * To create or delete directories the user now needs the appropriate access
  345.   to the parent of the dirs that are being created/deleted.
  346. * Users with setting "allow login when max. no. of users is reached" now also
  347.   have no time-out after logging in.
  348. * Server now switches to 'crippled' try-out when try-out time is up.
  349. * When the version is out-of-date the server now allows 'crippled' use.
  350. * FTP response messages to clients now preserve case for file/path names.
  351. * The "Too many users ..." message no longer shows the maximum number to clients.
  352. * Try-out time has been changed from 30 to 45 days.
  353. * Transfer speed reports use 1024 bytes per Kb rather than (previously) 1000.
  354. * Added support for limiting the maximum bandwidth used by the server.
  355. * The event EVNT_Login of the event notification mechanism now has
  356.   the anonymous password in AuxOne (for anonymous users only).
  357. * Fixed bug which would show a tray icon in NT4 even when the server was
  358.   started 'hidden'.
  359. * Minor changes to socket stack handing with the hopes that it will work with
  360.   (even) more WinSock stacks.
  361. * The SIZE command now works with either 'list' or 'read' access to the file.
  362.   This used to require 'list' access.
  363. * Fixed bug in SIZE command causing it to deny access if directory didn't
  364.   have 'inherit' access.
  365. * Data transfers now use a socket bound to the same IP as their command
  366.   connection. This should fix a rare problem with multi-homed sites and
  367.   firewalls.
  368.  
  369. Version 2.2 released 22 February 1997
  370. -------------------------------------
  371. * In case 'current' disk quota is set larger than 'maximum' uploads are no
  372.   longer allowed.
  373. * Changed the data connection message for uploads/downloads to be more UNIX
  374.   compatible (some browsers use this to get the file size from).
  375. * Serv-U now uses the native case for file/dir names, or optionally lower case.
  376. * The ALLO (=allocate) command now handles 4Gb instead of 2Gb of free space.
  377. * The security manager no longer checks for the presense of the SERV-U.INI file
  378.   which hopefully solves a very rare problem where the server cannot read the
  379.   .ini file after several days (in NT3.51 SP5).
  380. * Added DLL interface for event notification and command hooks.
  381. * In case no IP address can be found for the server it'll display "?????".
  382. * Renaming directories works also now.
  383. * Added support for IP names (with wildcards) in IP access rules.
  384. * Added option to limit a user from logging in more than once from the same
  385.   IP address.
  386. * Fixed bug which prevented multi-homed IP numbers from showing in case no
  387.   users were defined.
  388. * Changed IP access rule mechanism. It is now more flexible. Added .ini file
  389.   conversion for new rule format.
  390. * Added option to specify IP access rules for each user individually.
  391. * Added tray icon support for Win95 and NT4.
  392. * Changed code so 32-bit version can handle more IP homes (now it'll do around
  393.   1800 IP numbers, while the 16-bit version handles about 180 IP numbers).
  394. * Fixed bug in reporting of no. of try-out days left for the 32-bit version.
  395. * LIST now completely ignores any '-' type options. NLST only parses '-l' and
  396.   converts that to a LIST command. This should make the latest CuteFTP work.
  397. * Fixed bug introduced in v2.1: Killed users that were put on the IP bounce
  398.   list now work properly.
  399. * Fixed bug introduced in v2.1: Putting the server in a directory path with
  400.   spaces works now.
  401. * Fixed bug in links introduced in v2.1 which caused crashes.
  402. * Added support for running Serv-U as a system service in Win95.
  403.  
  404. Version 2.1, released 8 November 1996
  405. -------------------------------------
  406. * Fixed bug in 24h user count (sites with only a few hits a day would get
  407.   bogus numbers).
  408. * Added startup options /i (=iconic), /h (=hidden), and /u (=unconditional
  409.   exit).
  410. * When Serv-U was stopped while iconic it'll start as an icon the next time.
  411. * The evaluation order of IP deny and allow rules can now be choosen.
  412. * Fixed bug which would not allow dir listings if 'inherit' was not enabled
  413.   and a dir listing with argument was done (ie. 'dir *.*').
  414. * Changed link handling so if there is a subdir with the same name as a link
  415.   preferance will be given to the subdir.
  416. * Changed '%dfree' message file directive so it handles >2Gb of free space.
  417. * All links should now be absolute paths, even for users with 'rel. paths'
  418.   enabled. Serv-U takes care of the conversion for dir listings etc.
  419. * Added support for the FTP command STAT, showing UL/DL ratios and quota.
  420. * Changed %bup, %bdown, %btot, and %dfree to report in Kb instead of bytes.
  421. * Added support for secundary 'dir change message file' and 'link file'.
  422. * Added a very beautiful status bar.
  423. * Added a bunch of message file directives for ratios and disk quota.
  424. * Fixed bug in 'restart' handling causing extraneous "450 Try later - Data
  425.   connection in use" command error replies.
  426. * Added disk quota limitation support.
  427. * Added support for 'free files' for U/D ratios.
  428. * Added feature to allow users to log in even when user limit is reached.
  429. * User ID in log now always has 6 digits (with leading zeros if needed). To
  430.   make programmatic sorting easier.
  431. * Changed code of security manager, simplifying it (and hopefully making it
  432.   more robust).
  433. * Added 'upload/download ratios'.
  434. * Added support for 'relative paths' for all users.
  435. * Added support for hiding 'hidden' files for every user.
  436. * Fixed bug which caused IP home changes to be ignored until a restart.
  437. * Changed the max. no. of characters that can be entered into the multi-homed
  438.   setup box for the IP number from 14 to 15.
  439. * Fixed bug causing GPF's for very long signon/signoff text lines.
  440.  
  441. Version 2.0c, released 10 August 1996
  442. ------------------------------------
  443. * Fixed problem with user setup changes that would not show up immidiately.
  444. * Added "%maxusers" and "%maxanonymous" directives.
  445. * Changed the implementation of the REST command ('resume') to be compatible
  446.   with CuteFTP 1.5.
  447. * Added multi-homed IP support.
  448. * Fixed bug in MDTM command.
  449. * Changed dir listing format: Times before 10am now have a leading zero.
  450.   This to be more UNIX compatible and fix problems with WS_FTP.
  451. * Fixed problem in NT preventing directory deletion.
  452. * More bullet proofing of the socket stack routines.
  453. * Fixed bug causing GPF's while making server setup changes that resulted in
  454.   a server restart.
  455. * Added WinSock function logging.
  456. * Added support for external client verification DLLs. 
  457. * Bulletproofed the input buffer. It now handles any length strings.
  458. * The '&' character in the registration key (if present) is now displayed
  459.   correctly.
  460.  
  461. Version 2.0b, released 4 May 1996
  462. ------------------------------------
  463. * Bullet-proofed the 'relative paths anonymous' option. Now impossible to get 
  464.   out of the homedir (and subdirs below), even if user has access rights for 
  465.   other paths.
  466. * Changed '~' handling. Now works when embedded inside a path.
  467. * Fixed bug in 'Resume' command (FTP command 'REST').
  468. * Changed code for painting text & images in 'About' box, hopefully solving
  469.   problems on Win3.1 and WFW3.11.
  470.  
  471. Version 2.0a, released 18 April 1996
  472. ------------------------------------
  473. * Remote program execution (Through SITE EXEC) now launches the program from
  474.   the current directory of the user.
  475. * The Serv-U directory is now searched first for SERV-U.INI, then it looks
  476.   for an evironment variable named SERV-U, and finally the PATH and Window's
  477.   directories are searched for the .ini file (Order changed over previous).\
  478. * Added option to make server exit pending upon the logged in users.
  479. * Fixed problem with window size/position when user info box got closed while
  480.   minimized.
  481. * Fixed problem with links containing trailing '\'.
  482. * Fixed bug in '%dfree' text directive in 16-bit Serv-U.
  483. * Added the FTP command REST (=RESTart).
  484. * Changing the file name for directory change messages no longer causes the
  485.   server to log out all users.
  486. * Added the FTP command MDTM (=Modification Date & TiMe).
  487. * Hidden directories are now hidden from anonmous users (as are hidden
  488.   files) in the 32-bit version.
  489. * Fixed bug in DNS lookups that caused GPF's.
  490. * Transfer speed in 'User Info' box is now averaged.
  491. * Links embedded in a path will now be resolved correctly. This will make
  492.   things work better with Netscape which keeps links as part of the path.
  493. * 'Maximize' system menu item is now disabled in the user info box.
  494. * Background colors of bitmaps (in 'About' etc.) now display correctly
  495.   on non-gray windows.
  496. * Fixed error reply for 'SITE EXEC' in case no executable was specified.
  497. * Fixed bug that caused 'File - Exit' to skip the confirm dialogbox.
  498. * Fixed bug in '~' handling. It can now be used in links.
  499. * In case CTL3DV2.DLL is missing the 16-bit version will no longer trow
  500.   an exception.
  501. * Added file size to transfer logs.
  502.  
  503. Version 2.0, released 13 March 1996
  504. -----------------------------------
  505. * This version will continue to work after March 15th (All previous
  506.   versions stop at that date).
  507. * Converted code to BC 4.52 and OWL 2.5. 
  508. * Now 16- and 32-bit versions.
  509. * Added separate access right for 'list' access.
  510. * Added a luxurious 'user info' box.
  511. * Added IP Name logging.
  512. * Added a 'enable account' checkbox to quickly enable/disable a user.
  513. * Access rules can now be specific to a single directory, or inhereted by
  514.   subdirs (the previous method).
  515. * Fixed various dialogbox errors (text, formatting).
  516. * Changed the FTP 'HELP' command reply to be more UNIX compatible.
  517. * Added a ton of new '%' directives for signon/signoff messages, directory
  518.   change messages, and login messages.
  519. * Changed icons.
  520. * Non-anonymous users can now also delete 'read only' files.
  521. * 'hidden' files are no longer indicated as such in dir listings (confused
  522.   the Mac client 'Fetch').
  523. * The permission server now uses UDP messages instead of TCP.
  524. * Added support for user specific login messages.
  525. * Changed font and size of signon/off message dialog box.
  526. * Added support for 'links' (like UNIX).
  527. * Fixed logscreen: It will now do automatic horizontal scrolling when the
  528.   cursor is moved.
  529. * User is now booted off the server if the password is guessed wrong 3 times.
  530. * Time a user was connected gets logged.
  531. * Inserting new paths in the access rule list is now done at current position
  532.   instead of to the end of the list.
  533. * 'CWD ' (='cd') or 'CWD ~' will now put the user back in the home directory.
  534. * 'NLST *' (='ls') or 'LIST *' (='dir') will now convert to '*.*', ie. will
  535.   use UNIX style globbing.
  536. * Now even softer on your socket stack...
  537. * Made the 'undocumented features' part of the setup.
  538. * Changed directory listing format to be more UNIX compatible.
  539. * Cleaned up local heap management, so the logwindow might actually work
  540.   better.
  541. * Added transfer speed to file transfer log messages.
  542. * Fixed bug that caused filenames like '/c:' to be seen as relative.
  543. * Changed all dialogboxes to use MS or Win95 3D-controls. No more BWCC.DLL.
  544. * Data connection now uses the RFC959 default local port, ie. local port 20
  545.   if the command connection uses 21. Should make some firewalls more happy.
  546. * Added the FTP command SIZE. Should make Netscape happy (so it can tell
  547.   filesize on transfer).
  548. * Fixed client message in case 'anonymous' is disabled.
  549.  
  550. Version 1.1i
  551. ------------
  552. * Change of address in all the documents.
  553. * The try-out version will continu to work after October 15th. 1995 
  554.   (v1.1h won't).
  555. * Fixed bug in renaming long file names.
  556. * Fixed bug that caused rare GPF's with some firewall proxy clients.
  557.  
  558. Version 1.1h
  559. ------------
  560. * Added switch to explicitely disable long file/directory names in 
  561.   Windows 95.
  562. * Fixed a bug causing garbage to appear in some cases if a directory
  563.   listing of an empty directory was made
  564.  
  565. Version 1.1g
  566. ------------
  567. * Fixed bug in making directories for Win3.1 and WFW3.11.
  568. * Fixed bug in deleting long file names under Win95.
  569.  
  570. Version 1.1f
  571. ------------
  572. * Windows 95 long file names are supported. Serv-U auto-detects 
  573.   the presence of Win95.
  574. * The current number of users is displayed in the window title.
  575. * The 'password' checks for anonymous users can be disabled.
  576. * MS-DOS or Windows programs can be started remotely, using the 
  577.   SITE command EXEC. The EXEC mechanism is also part of the 
  578.   regular access rules.
  579. * When the server is stopped while there are users logged in, a 
  580.   dialogbox will pop up to confirm the action.
  581. * Options to the LIST and NLST commands are handled (ie. 'ls 
  582.   -la' like some clients send to the server will produce output).
  583. * The FTP commands APPE (=append) and STOU (=store unique) are 
  584.   now supported.
  585. * Data type 'L8' (=local type 8 bits per byte) is now supported.
  586. * Server is not restarted any more if maximum number of users 
  587.   or time-out values are changed.
  588. * The bug causing Serv-U to beep when it could not log to 
  589.   screen has been fixed (actually a MS-Windows bug).
  590. * Anonymous users no longer see hidden files.
  591. * Drives are checked for accessability before usage, so no 
  592.   longer the 'retry - ignore' dialogboxes.
  593. * Info on the WinSock socket stack is shown on startup.
  594. * Fixed bug causing false dir listings for 'dir .'.
  595. * Made Serv-U more tolerant for firewalls using proxy servers 
  596.   that mix PASV and PORT commands.
  597. * Fixed bug that caused XCWD, XRMD, and XMKD to malfunction.
  598.  
  599. Version 1.1e
  600. ------------
  601. * Anonymous users no longer see 'hidden' files.
  602. * Fixed a rather nasty bug in the security system.
  603. * Paths are now reported back with a leading '/'. This is to ensure 
  604.   more compatibility with the UNIX format and to make a number of 
  605.   Macintosh FTP clients even happier.
  606. * The start-up message of Serv-U now reports the socket stack it is 
  607.   running on.
  608. * Fixed bug that assigned random passwords to users that should 
  609.   have no password (a situation found in users belonging to a group
  610.   where the group password should also be the user's password).
  611. * When a user/group has a password it is now shown as '***********' in
  612.   'setup - users/groups'. Deleting this deletes the password entry for 
  613.   that user/group, ie. it no longer has a password. 
  614. * Spaces are now allowed in user names and passwords.
  615. * Stopping the server is logged (if logging to file is switched on).
  616. * Paths are now consistently reported back using '/' instead of '\', to
  617.   be more in line with the UNIX way of working. Mac FTP clients need 
  618.   this to function properly.
  619. * A leading '/' or '\' in front of a full pathname is ignored, ie.
  620.   '/c:/util' is equivalent to 'c:\util'. This allows for UNIX style 
  621.   changes of directory, and enables WWW browsers to change drives.
  622. * The response to an incorrect anonymous password is changed to be 
  623.   more informative.
  624. * Very long pathnames are now supported correctly.
  625. * Displaying a file when the client changes directory is supported.
  626. * When 'setup - logging - FTP commands' is switched on it no longer shows
  627.   passwords, 'XXXXX' instead.
  628.  
  629. Version 1.1, released 19 March 1995 
  630. -----------------------------------
  631. * Fixed some spelling errors in messages. Fixed logging to screen for
  632.   time-out messages. Added log message in case limit of no. of users is
  633.   reached. Added log message when server is (re)started. 
  634. * Added lots of logging. 
  635. * The SYST command now replies with the code for a UNIX system. This
  636.   is because some clients use it to determine the format of directory 
  637.   listings.
  638. * Time-out values for idle/hung connections are now part of server setup. 
  639. * Drastically increased packet time-out for data transfer, now set at 5
  640.   minutes (was 30 seconds). Should be sufficient to allow transfer even on
  641.   bad connections. 
  642. * Log messages for failed data transfers now have a specification showing
  643.   why. 
  644. * Fixed bug that caused path for anonymous users with root as home
  645.   directory to be reported without a '\' at beginning. The same bug caused
  646.   absolute paths in CWD to be processed incorrectly. 
  647. * Changed the HELP response to make WS_FTP work properly with
  648.   Serv-U. 
  649. * Added support for transfer to/from ports (PRN: AUX: LPTx: and
  650.   COMx:). 
  651. * Made a work-around for FTP Inc.'s WinSock stack. This stack does not
  652.   handle SO_LINGER properly on closing a socket, causing 'data channel
  653.   in use' errors. 
  654. * Fixed bug that caused random truncation of PUT files in combination with
  655.   some clients. 
  656. * Fixed bug that allowed users to get 'dir' listings for paths with 
  657.   explicitly no access set to them. 
  658. * Fixed bug causing 'dir' with absolute path name to go wrong. 
  659.   Changed response messages to file transfers, only the filename is shown
  660.   now, not the path name. 
  661. * Added a retry period for the server to come online. This should solve
  662.   problems with socket stacks that do not allow to re-use a port
  663.   immediately after closing it. 
  664. * Changed the timing of the '150-' response message for PASV transfers. It
  665.   is now sent after the data connection is established instead of at the 
  666.   time of a transfer command. 
  667. * The listening socket will now automatically be restarted when killed 
  668.   by the socket stack. Some stacks kill listening sockets without reason
  669.   (Trumpet for one). 
  670. * Fixed a bug that made RMD (=remove directory) fail if the directory was
  671.   on a drive other than the active drive. 
  672. * Username 'FTP' is now synonymous to 'ANONYMOUS'. 
  673. * Fixed bug in very long directory listings (>64K data). 
  674. * Clients that connect but never log in are now kicked off the system 
  675.   after 5 minutes. 
  676. * User can now select the try-out method: Fully functional with contacts to
  677.   my permission server, or, crippled but no permission server contacts. 
  678. * Installed selectable path mechanism for anonymous: Either absolute paths
  679.   (like a regular user) allowing for drive changes, or paths relative to the
  680.   home directory (needed for WWW browsers). 
  681. * Changed registration key to work with user/company name instead of IP
  682.   number. Every time Serv-U is started it tries to read the key from a file
  683.   KEY.TXT. Registered version displays the key in the "About" box and in
  684.   reply to the FTP HELP command. 
  685. * Changed the RETR and STOR replies (used for GET and PUT). They
  686.   are now conform the average UNIX system. This makes WS_FTP more
  687.   happy, so it shows a progress bar while downloading.
  688.  
  689. Version 1.00
  690. ------------
  691. * Initial release 7 February 1995
  692.  
  693.